Html Css Color HEX #421235 Blackberry

📋 copy color: '#421235'

red 66 ◦ green 18 ◦ blue 53

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

Shades of Blackberry #421235

Tints of Blackberry #421235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 38.69%

R = 48.18%
G = 13.14%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#421235 (or 0x421235) is known color: Blackberry. HEX triplet: 42, 12 and 35. RGB value is (66,18,53). Sum of RGB (Red+Green+Blue) = 66+18+53=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 53 (21.09% from 255 or 38.69% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #421235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421235 is #BDEDCA. Grayscale: #242424. Windows color (decimal): -12447179 or 3478082. OLE color: 3478082.

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

Color convert

RGB 66 18 53 -
CMYK 0 0.73 0.20 0.74
HSL 316.25º 0.57% 0.16% -
HSV(B) 316.25º 0.73% 0.26% -
XYZ 3.11 1.85 3.56 -
YUV 36.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 66 18 53 0 0.73 0.20 0.74 316.25 0.57 0.16
Hex 42 12 35 0 49 14 4A 13C 39 10
Octal 102 22 65 0 111 24 112 474 71 20
Binary 1000010 10010 110101 0 1001001 10100 1001010 100111100 111001 10000

Color Harmonies of #421235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421235

Black with #421235

Text Example


Text Example

White with #421235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421235; }

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

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

background-color css

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

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

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

border-color css

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

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

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