Html Css Color HEX #421D35 Blackberry

📋 copy color: '#421D35'

red 66 ◦ green 29 ◦ blue 53

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

Shades of Blackberry #421D35

Tints of Blackberry #421D35

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.59%

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

R = 44.59%
G = 19.59%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#421D35 (or 0x421D35) is known color: Blackberry. HEX triplet: 42, 1D and 35. RGB value is (66,29,53). Sum of RGB (Red+Green+Blue) = 66+29+53=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #421D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D35 is #BDE2CA. Grayscale: #2A2A2A. Windows color (decimal): -12444363 or 3480898. OLE color: 3480898.

HSL color Cylindrical-coordinate representation of color #421D35: hue angle of 321.08º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #421D35 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 29 53 -
CMYK 0 0.56 0.20 0.74
HSL 321.08º 0.39% 0.19% -
HSV(B) 321.08º 0.56% 0.26% -
XYZ 3.33 2.29 3.64 -
YUV 42.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 66 29 53 0 0.56 0.20 0.74 321.08 0.39 0.19
Hex 42 1D 35 0 38 14 4A 141 27 13
Octal 102 35 65 0 70 24 112 501 47 23
Binary 1000010 11101 110101 0 111000 10100 1001010 101000001 100111 10011

Color Harmonies of #421D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D35

Black with #421D35

Text Example


Text Example

White with #421D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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