Html Css Color HEX #421838 Blackberry

📋 copy color: '#421838'

red 66 ◦ green 24 ◦ blue 56

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

Shades of Blackberry #421838

Tints of Blackberry #421838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 38.36%

R = 45.21%
G = 16.44%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#421838 (or 0x421838) is known color: Blackberry. HEX triplet: 42, 18 and 38. RGB value is (66,24,56). Sum of RGB (Red+Green+Blue) = 66+24+56=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 66 - color contains mainly: red. Hex color #421838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421838 is #BDE7C7. Grayscale: #282828. Windows color (decimal): -12445640 or 3676226. OLE color: 3676226.

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

Color convert

RGB 66 24 56 -
CMYK 0 0.64 0.15 0.74
HSL 314.29º 0.47% 0.18% -
HSV(B) 314.29º 0.64% 0.26% -
XYZ 3.29 2.1 3.97 -
YUV 40.21 136.91 146.4 -
System Red Green Blue C M Y K H S L
Decimal 66 24 56 0 0.64 0.15 0.74 314.29 0.47 0.18
Hex 42 18 38 0 40 F 4A 13A 2F 12
Octal 102 30 70 0 100 17 112 472 57 22
Binary 1000010 11000 111000 0 1000000 1111 1001010 100111010 101111 10010

Color Harmonies of #421838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421838

Black with #421838

Text Example


Text Example

White with #421838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421838; }

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

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

background-color css

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

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

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

border-color css

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

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

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