Html Css Color HEX #401B2B Blackberry

📋 copy color: '#401B2B'

red 64 ◦ green 27 ◦ blue 43

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

Shades of Blackberry #401B2B

Tints of Blackberry #401B2B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.15%

 BLUE value IS 43 (17.19% from 255) = 32.09%

R = 47.76%
G = 20.15%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.75

RGB Variations

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

Color information

#401B2B (or 0x401B2B) is known color: Blackberry. HEX triplet: 40, 1B and 2B. RGB value is (64,27,43). Sum of RGB (Red+Green+Blue) = 64+27+43=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 27 (10.94% from 255 or 20.15% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #401B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B2B is #BFE4D4. Grayscale: #272727. Windows color (decimal): -12575957 or 2825024. OLE color: 2825024.

HSL color Cylindrical-coordinate representation of color #401B2B: hue angle of 334.05º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #401B2B is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 27 43 -
CMYK 0 0.58 0.33 0.75
HSL 334.05º 0.41% 0.18% -
HSV(B) 334.05º 0.58% 0.25% -
XYZ 2.94 2.05 2.53 -
YUV 39.89 129.76 145.2 -
System Red Green Blue C M Y K H S L
Decimal 64 27 43 0 0.58 0.33 0.75 334.05 0.41 0.18
Hex 40 1B 2B 0 3A 21 4B 14E 29 12
Octal 100 33 53 0 72 41 113 516 51 22
Binary 1000000 11011 101011 0 111010 100001 1001011 101001110 101001 10010

Color Harmonies of #401B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401B2B

Black with #401B2B

Text Example


Text Example

White with #401B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401B2B; }

 p { color: rgb(64,27,43); }

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

background-color css

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

 a { background-color: rgb(64,27,43); }

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

border-color css

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

 span { border-color: rgb(64,27,43); }

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