Html Css Color HEX #420030 Blackberry

📋 copy color: '#420030'

red 66 ◦ green 0 ◦ blue 48

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

Shades of Blackberry #420030

Tints of Blackberry #420030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.89%
G = 0%
B = 42.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#420030 (or 0x420030) is known color: Blackberry. HEX triplet: 42, 00 and 30. RGB value is (66,0,48). Sum of RGB (Red+Green+Blue) = 66+0+48=114 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.89% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 48 (19.14% from 255 or 42.11% from 114); Max value from RGB is 66 - color contains mainly: red. Hex color #420030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420030 is #BDFFCF. Grayscale: #191919. Windows color (decimal): -12451792 or 3145794. OLE color: 3145794.

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

Color convert

RGB 66 0 48 -
CMYK 0 1 0.27 0.74
HSL 316.36º 1% 0.13% -
HSV(B) 316.36º 1% 0.26% -
XYZ 2.78 1.37 2.91 -
YUV 25.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 66 0 48 0 1 0.27 0.74 316.36 1 0.13
Hex 42 0 30 0 64 1B 4A 13C 64 D
Octal 102 0 60 0 144 33 112 474 144 15
Binary 1000010 0 110000 0 1100100 11011 1001010 100111100 1100100 1101

Color Harmonies of #420030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420030

Black with #420030

Text Example


Text Example

White with #420030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420030; }

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

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

background-color css

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

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

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

border-color css

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

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

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