Html Css Color HEX #420023 Blackberry

📋 copy color: '#420023'

red 66 ◦ green 0 ◦ blue 35

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

Shades of Blackberry #420023

Tints of Blackberry #420023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 34.65%

R = 65.35%
G = 0%
B = 34.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.74

RGB Variations

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

Color information

#420023 (or 0x420023) is known color: Blackberry. HEX triplet: 42, 00 and 23. RGB value is (66,0,35). Sum of RGB (Red+Green+Blue) = 66+0+35=101 (13% of max value = 765). Red value is 66 (26.17% from 255 or 65.35% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 35 (14.06% from 255 or 34.65% from 101); Max value from RGB is 66 - color contains mainly: red. Hex color #420023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420023 is #BDFFDC. Grayscale: #171717. Windows color (decimal): -12451805 or 2293826. OLE color: 2293826.

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

Color convert

RGB 66 0 35 -
CMYK 0 1 0.47 0.74
HSL 328.18º 1% 0.13% -
HSV(B) 328.18º 1% 0.26% -
XYZ 2.55 1.28 1.7 -
YUV 23.72 134.37 158.15 -
System Red Green Blue C M Y K H S L
Decimal 66 0 35 0 1 0.47 0.74 328.18 1 0.13
Hex 42 0 23 0 64 2F 4A 148 64 D
Octal 102 0 43 0 144 57 112 510 144 15
Binary 1000010 0 100011 0 1100100 101111 1001010 101001000 1100100 1101

Color Harmonies of #420023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420023

Black with #420023

Text Example


Text Example

White with #420023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420023; }

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

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

background-color css

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

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

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

border-color css

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

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

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