Html Css Color HEX #420730 Blackberry

📋 copy color: '#420730'

red 66 ◦ green 7 ◦ blue 48

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

Shades of Blackberry #420730

Tints of Blackberry #420730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 39.67%

R = 54.55%
G = 5.79%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#420730 (or 0x420730) is known color: Blackberry. HEX triplet: 42, 07 and 30. RGB value is (66,7,48). Sum of RGB (Red+Green+Blue) = 66+7+48=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #420730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420730 is #BDF8CF. Grayscale: #1D1D1D. Windows color (decimal): -12450000 or 3147586. OLE color: 3147586.

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

Color convert

RGB 66 7 48 -
CMYK 0 0.89 0.27 0.74
HSL 318.31º 0.81% 0.14% -
HSV(B) 318.31º 0.89% 0.26% -
XYZ 2.86 1.52 2.94 -
YUV 29.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 66 7 48 0 0.89 0.27 0.74 318.31 0.81 0.14
Hex 42 7 30 0 59 1B 4A 13E 51 E
Octal 102 7 60 0 131 33 112 476 121 16
Binary 1000010 111 110000 0 1011001 11011 1001010 100111110 1010001 1110

Color Harmonies of #420730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420730

Black with #420730

Text Example


Text Example

White with #420730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420730; }

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

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

background-color css

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

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

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

border-color css

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

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

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