Html Css Color HEX #421230 Blackberry

📋 copy color: '#421230'

red 66 ◦ green 18 ◦ blue 48

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

Shades of Blackberry #421230

Tints of Blackberry #421230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.64%

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

R = 50%
G = 13.64%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#421230 (or 0x421230) is known color: Blackberry. HEX triplet: 42, 12 and 30. RGB value is (66,18,48). Sum of RGB (Red+Green+Blue) = 66+18+48=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #421230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421230 is #BDEDCF. Grayscale: #232323. Windows color (decimal): -12447184 or 3150402. OLE color: 3150402.

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

Color convert

RGB 66 18 48 -
CMYK 0 0.73 0.27 0.74
HSL 322.5º 0.57% 0.16% -
HSV(B) 322.5º 0.73% 0.26% -
XYZ 3 1.8 2.99 -
YUV 35.77 134.9 149.56 -
System Red Green Blue C M Y K H S L
Decimal 66 18 48 0 0.73 0.27 0.74 322.5 0.57 0.16
Hex 42 12 30 0 49 1B 4A 142 39 10
Octal 102 22 60 0 111 33 112 502 71 20
Binary 1000010 10010 110000 0 1001001 11011 1001010 101000010 111001 10000

Color Harmonies of #421230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421230

Black with #421230

Text Example


Text Example

White with #421230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421230; }

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

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

background-color css

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

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

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

border-color css

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

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

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