Html Css Color HEX #421330 Blackberry

📋 copy color: '#421330'

red 66 ◦ green 19 ◦ blue 48

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

Shades of Blackberry #421330

Tints of Blackberry #421330

RGB

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

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

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

R = 49.62%
G = 14.29%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#421330 (or 0x421330) is known color: Blackberry. HEX triplet: 42, 13 and 30. RGB value is (66,19,48). Sum of RGB (Red+Green+Blue) = 66+19+48=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #421330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421330 is #BDECCF. Grayscale: #242424. Windows color (decimal): -12446928 or 3150658. OLE color: 3150658.

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

Color convert

RGB 66 19 48 -
CMYK 0 0.71 0.27 0.74
HSL 322.98º 0.55% 0.17% -
HSV(B) 322.98º 0.71% 0.26% -
XYZ 3.01 1.84 2.99 -
YUV 36.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 66 19 48 0 0.71 0.27 0.74 322.98 0.55 0.17
Hex 42 13 30 0 47 1B 4A 143 37 11
Octal 102 23 60 0 107 33 112 503 67 21
Binary 1000010 10011 110000 0 1000111 11011 1001010 101000011 110111 10001

Color Harmonies of #421330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421330

Black with #421330

Text Example


Text Example

White with #421330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421330; }

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

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

background-color css

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

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

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

border-color css

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

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

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