Html Css Color HEX #421830 Blackberry

📋 copy color: '#421830'

red 66 ◦ green 24 ◦ blue 48

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

Shades of Blackberry #421830

Tints of Blackberry #421830

RGB

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

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

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

R = 47.83%
G = 17.39%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#421830 (or 0x421830) is known color: Blackberry. HEX triplet: 42, 18 and 30. RGB value is (66,24,48). Sum of RGB (Red+Green+Blue) = 66+24+48=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 66 - color contains mainly: red. Hex color #421830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421830 is #BDE7CF. Grayscale: #272727. Windows color (decimal): -12445648 or 3151938. OLE color: 3151938.

HSL color Cylindrical-coordinate representation of color #421830: hue angle of 325.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 #421830 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 24 48 -
CMYK 0 0.64 0.27 0.74
HSL 325.71º 0.47% 0.18% -
HSV(B) 325.71º 0.64% 0.26% -
XYZ 3.11 2.02 3.02 -
YUV 39.29 132.91 147.05 -
System Red Green Blue C M Y K H S L
Decimal 66 24 48 0 0.64 0.27 0.74 325.71 0.47 0.18
Hex 42 18 30 0 40 1B 4A 146 2F 12
Octal 102 30 60 0 100 33 112 506 57 22
Binary 1000010 11000 110000 0 1000000 11011 1001010 101000110 101111 10010

Color Harmonies of #421830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421830

Black with #421830

Text Example


Text Example

White with #421830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421830; }

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

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

background-color css

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

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

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

border-color css

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

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

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