Html Css Color HEX #40082B Blackberry

📋 copy color: '#40082B'

red 64 ◦ green 8 ◦ blue 43

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

Shades of Blackberry #40082B

Tints of Blackberry #40082B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.96%

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

R = 55.65%
G = 6.96%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.75

RGB Variations

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

Color information

#40082B (or 0x40082B) is known color: Blackberry. HEX triplet: 40, 08 and 2B. RGB value is (64,8,43). Sum of RGB (Red+Green+Blue) = 64+8+43=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #40082B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40082B is #BFF7D4. Grayscale: #1C1C1C. Windows color (decimal): -12580821 or 2820160. OLE color: 2820160.

HSL color Cylindrical-coordinate representation of color #40082B: hue angle of 322.5º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40082B is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 8 43 -
CMYK 0 0.87 0.33 0.75
HSL 322.5º 0.78% 0.14% -
HSV(B) 322.5º 0.88% 0.25% -
XYZ 2.64 1.44 2.42 -
YUV 28.73 136.05 153.15 -
System Red Green Blue C M Y K H S L
Decimal 64 8 43 0 0.87 0.33 0.75 322.5 0.78 0.14
Hex 40 8 2B 0 57 21 4B 142 4E E
Octal 100 10 53 0 127 41 113 502 116 16
Binary 1000000 1000 101011 0 1010111 100001 1001011 101000010 1001110 1110

Color Harmonies of #40082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40082B

Black with #40082B

Text Example


Text Example

White with #40082B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40082B; }

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

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

background-color css

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

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

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

border-color css

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

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

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