Html Css Color HEX #421829 Blackberry

📋 copy color: '#421829'

red 66 ◦ green 24 ◦ blue 41

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

Shades of Blackberry #421829

Tints of Blackberry #421829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.32%

 BLUE value IS 41 (16.41% from 255) = 31.3%

R = 50.38%
G = 18.32%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#421829 (or 0x421829) is known color: Blackberry. HEX triplet: 42, 18 and 29. RGB value is (66,24,41). Sum of RGB (Red+Green+Blue) = 66+24+41=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #421829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421829 is #BDE7D6. Grayscale: #262626. Windows color (decimal): -12445655 or 2693186. OLE color: 2693186.

HSL color Cylindrical-coordinate representation of color #421829: hue angle of 335.71º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #421829 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 24 41 -
CMYK 0 0.64 0.38 0.74
HSL 335.71º 0.47% 0.18% -
HSV(B) 335.71º 0.64% 0.26% -
XYZ 2.97 1.97 2.32 -
YUV 38.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 66 24 41 0 0.64 0.38 0.74 335.71 0.47 0.18
Hex 42 18 29 0 40 26 4A 150 2F 12
Octal 102 30 51 0 100 46 112 520 57 22
Binary 1000010 11000 101001 0 1000000 100110 1001010 101010000 101111 10010

Color Harmonies of #421829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421829

Black with #421829

Text Example


Text Example

White with #421829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421829; }

 p { color: rgb(66,24,41); }

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

background-color css

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

 a { background-color: rgb(66,24,41); }

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

border-color css

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

 span { border-color: rgb(66,24,41); }

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