Html Css Color HEX #420238 Blackberry

📋 copy color: '#420238'

red 66 ◦ green 2 ◦ blue 56

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

Shades of Blackberry #420238

Tints of Blackberry #420238

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.61%

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

R = 53.23%
G = 1.61%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#420238 (or 0x420238) is known color: Blackberry. HEX triplet: 42, 02 and 38. RGB value is (66,2,56). Sum of RGB (Red+Green+Blue) = 66+2+56=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 56 (22.27% from 255 or 45.16% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #420238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420238 is #BDFDC7. Grayscale: #1B1B1B. Windows color (decimal): -12451272 or 3670594. OLE color: 3670594.

HSL color Cylindrical-coordinate representation of color #420238: hue angle of 309.38º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #420238 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 2 56 -
CMYK 0 0.97 0.15 0.74
HSL 309.38º 0.94% 0.13% -
HSV(B) 309.38º 0.97% 0.26% -
XYZ 2.98 1.49 3.87 -
YUV 27.29 144.2 155.61 -
System Red Green Blue C M Y K H S L
Decimal 66 2 56 0 0.97 0.15 0.74 309.38 0.94 0.13
Hex 42 2 38 0 61 F 4A 135 5E D
Octal 102 2 70 0 141 17 112 465 136 15
Binary 1000010 10 111000 0 1100001 1111 1001010 100110101 1011110 1101

Color Harmonies of #420238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420238

Black with #420238

Text Example


Text Example

White with #420238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420238; }

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

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

background-color css

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

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

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

border-color css

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

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

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