Html Css Color HEX #421335 Blackberry

📋 copy color: '#421335'

red 66 ◦ green 19 ◦ blue 53

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

Shades of Blackberry #421335

Tints of Blackberry #421335

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.77%

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

R = 47.83%
G = 13.77%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#421335 (or 0x421335) is known color: Blackberry. HEX triplet: 42, 13 and 35. RGB value is (66,19,53). Sum of RGB (Red+Green+Blue) = 66+19+53=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 53 (21.09% from 255 or 38.41% from 138); Max value from RGB is 66 - color contains mainly: red. Hex color #421335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421335 is #BDECCA. Grayscale: #242424. Windows color (decimal): -12446923 or 3478338. OLE color: 3478338.

HSL color Cylindrical-coordinate representation of color #421335: hue angle of 316.6º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #421335 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 19 53 -
CMYK 0 0.71 0.20 0.74
HSL 316.6º 0.55% 0.17% -
HSV(B) 316.6º 0.71% 0.26% -
XYZ 3.12 1.88 3.57 -
YUV 36.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 66 19 53 0 0.71 0.20 0.74 316.6 0.55 0.17
Hex 42 13 35 0 47 14 4A 13D 37 11
Octal 102 23 65 0 107 24 112 475 67 21
Binary 1000010 10011 110101 0 1000111 10100 1001010 100111101 110111 10001

Color Harmonies of #421335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421335

Black with #421335

Text Example


Text Example

White with #421335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421335; }

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

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

background-color css

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

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

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

border-color css

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

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

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