Html Css Color HEX #42071F Blackberry

📋 copy color: '#42071F'

red 66 ◦ green 7 ◦ blue 31

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

Shades of Blackberry #42071F

Tints of Blackberry #42071F

RGB

 RED value IS 66 (26.17% from 255) = 63.46%

 GREEN value IS 7 (3.13% from 255) = 6.73%

 BLUE value IS 31 (12.5% from 255) = 29.81%

R = 63.46%
G = 6.73%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.74

RGB Variations

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

Color information

#42071F (or 0x42071F) is known color: Blackberry. HEX triplet: 42, 07 and 1F. RGB value is (66,7,31). Sum of RGB (Red+Green+Blue) = 66+7+31=104 (13% of max value = 765). Red value is 66 (26.17% from 255 or 63.46% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 66 - color contains mainly: red. Hex color #42071F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42071F is #BDF8E0. Grayscale: #1B1B1B. Windows color (decimal): -12450017 or 2033474. OLE color: 2033474.

HSL color Cylindrical-coordinate representation of color #42071F: hue angle of 335.59º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42071F is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 7 31 -
CMYK 0 0.89 0.53 0.74
HSL 335.59º 0.81% 0.14% -
HSV(B) 335.59º 0.89% 0.26% -
XYZ 2.57 1.41 1.43 -
YUV 27.38 130.05 155.55 -
System Red Green Blue C M Y K H S L
Decimal 66 7 31 0 0.89 0.53 0.74 335.59 0.81 0.14
Hex 42 7 1F 0 59 35 4A 150 51 E
Octal 102 7 37 0 131 65 112 520 121 16
Binary 1000010 111 11111 0 1011001 110101 1001010 101010000 1010001 1110

Color Harmonies of #42071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42071F

Black with #42071F

Text Example


Text Example

White with #42071F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42071F; }

 p { color: rgb(66,7,31); }

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

background-color css

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

 a { background-color: rgb(66,7,31); }

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

border-color css

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

 span { border-color: rgb(66,7,31); }

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