Html Css Color HEX #401226 Blackberry

📋 copy color: '#401226'

red 64 ◦ green 18 ◦ blue 38

#401226
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #401226

Tints of Blackberry #401226

RGB

 RED value IS 64 (25.39% from 255) = 53.33%

 GREEN value IS 18 (7.42% from 255) = 15%

 BLUE value IS 38 (15.23% from 255) = 31.67%

R = 53.33%
G = 15%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.75

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#401226 (or 0x401226) is known color: Blackberry. HEX triplet: 40, 12 and 26. RGB value is (64,18,38). Sum of RGB (Red+Green+Blue) = 64+18+38=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #401226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401226 is #BFEDD9. Grayscale: #222222. Windows color (decimal): -12578266 or 2495040. OLE color: 2495040.

HSL color Cylindrical-coordinate representation of color #401226: hue angle of 333.91º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #401226 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 18 38 -
CMYK 0 0.72 0.41 0.75
HSL 333.91º 0.56% 0.16% -
HSV(B) 333.91º 0.72% 0.25% -
XYZ 2.68 1.66 2.01 -
YUV 34.03 130.24 149.37 -
System Red Green Blue C M Y K H S L
Decimal 64 18 38 0 0.72 0.41 0.75 333.91 0.56 0.16
Hex 40 12 26 0 48 29 4B 14E 38 10
Octal 100 22 46 0 110 51 113 516 70 20
Binary 1000000 10010 100110 0 1001000 101001 1001011 101001110 111000 10000

Color Harmonies of #401226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401226

Black with #401226

Text Example


Text Example

White with #401226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401226; }

 p { color: rgb(64,18,38); }

 H1.HeaderClassName
 {
   color: #401226;
 }
 .AnyTagClassName
 {
   color: #401226;
 }
</style>

background-color css

<style>
 a { background-color: #401226; }

 a { background-color: rgb(64,18,38); }

 div.DivClassName
 {
   background-color: #401226;
 }
 .BgClassName
 {
   background-color: #401226;
 }
</style>

border-color css

<style>
 span { border-color: #401226; }

 span { border-color: rgb(64,18,38); }

 td.TdClassName
 {
   border-color: #401226;
 }
 .TagClassName
 {
   border-color: #401226;
 }
</style>