Html Css Color HEX #420738 Blackberry

📋 copy color: '#420738'

red 66 ◦ green 7 ◦ blue 56

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

Shades of Blackberry #420738

Tints of Blackberry #420738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 43.41%

R = 51.16%
G = 5.43%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#420738 (or 0x420738) is known color: Blackberry. HEX triplet: 42, 07 and 38. RGB value is (66,7,56). Sum of RGB (Red+Green+Blue) = 66+7+56=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #420738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420738 is #BDF8C7. Grayscale: #1E1E1E. Windows color (decimal): -12449992 or 3671874. OLE color: 3671874.

HSL color Cylindrical-coordinate representation of color #420738: hue angle of 310.17º 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 #420738 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 7 56 -
CMYK 0 0.89 0.15 0.74
HSL 310.17º 0.81% 0.14% -
HSV(B) 310.17º 0.89% 0.26% -
XYZ 3.04 1.6 3.89 -
YUV 30.23 142.55 153.52 -
System Red Green Blue C M Y K H S L
Decimal 66 7 56 0 0.89 0.15 0.74 310.17 0.81 0.14
Hex 42 7 38 0 59 F 4A 136 51 E
Octal 102 7 70 0 131 17 112 466 121 16
Binary 1000010 111 111000 0 1011001 1111 1001010 100110110 1010001 1110

Color Harmonies of #420738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420738

Black with #420738

Text Example


Text Example

White with #420738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420738; }

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

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

background-color css

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

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

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

border-color css

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

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

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