Html Css Color HEX #42092E Blackberry

📋 copy color: '#42092E'

red 66 ◦ green 9 ◦ blue 46

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

Shades of Blackberry #42092E

Tints of Blackberry #42092E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.44%

 BLUE value IS 46 (18.36% from 255) = 38.02%

R = 54.55%
G = 7.44%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#42092E (or 0x42092E) is known color: Blackberry. HEX triplet: 42, 09 and 2E. RGB value is (66,9,46). Sum of RGB (Red+Green+Blue) = 66+9+46=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #42092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42092E is #BDF6D1. Grayscale: #1E1E1E. Windows color (decimal): -12449490 or 3017026. OLE color: 3017026.

HSL color Cylindrical-coordinate representation of color #42092E: hue angle of 321.05º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42092E is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 9 46 -
CMYK 0 0.86 0.30 0.74
HSL 321.05º 0.76% 0.15% -
HSV(B) 321.05º 0.86% 0.26% -
XYZ 2.84 1.55 2.73 -
YUV 30.26 136.88 153.49 -
System Red Green Blue C M Y K H S L
Decimal 66 9 46 0 0.86 0.30 0.74 321.05 0.76 0.15
Hex 42 9 2E 0 56 1E 4A 141 4C F
Octal 102 11 56 0 126 36 112 501 114 17
Binary 1000010 1001 101110 0 1010110 11110 1001010 101000001 1001100 1111

Color Harmonies of #42092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42092E

Black with #42092E

Text Example


Text Example

White with #42092E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42092E; }

 p { color: rgb(66,9,46); }

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

background-color css

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

 a { background-color: rgb(66,9,46); }

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

border-color css

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

 span { border-color: rgb(66,9,46); }

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