Html Css Color HEX #421530 Blackberry

📋 copy color: '#421530'

red 66 ◦ green 21 ◦ blue 48

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

Shades of Blackberry #421530

Tints of Blackberry #421530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.56%

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

R = 48.89%
G = 15.56%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#421530 (or 0x421530) is known color: Blackberry. HEX triplet: 42, 15 and 30. RGB value is (66,21,48). Sum of RGB (Red+Green+Blue) = 66+21+48=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #421530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421530 is #BDEACF. Grayscale: #252525. Windows color (decimal): -12446416 or 3151170. OLE color: 3151170.

HSL color Cylindrical-coordinate representation of color #421530: hue angle of 324º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #421530 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 21 48 -
CMYK 0 0.68 0.27 0.74
HSL 324º 0.52% 0.17% -
HSV(B) 324º 0.68% 0.26% -
XYZ 3.05 1.91 3 -
YUV 37.53 133.91 148.3 -
System Red Green Blue C M Y K H S L
Decimal 66 21 48 0 0.68 0.27 0.74 324 0.52 0.17
Hex 42 15 30 0 44 1B 4A 144 34 11
Octal 102 25 60 0 104 33 112 504 64 21
Binary 1000010 10101 110000 0 1000100 11011 1001010 101000100 110100 10001

Color Harmonies of #421530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421530

Black with #421530

Text Example


Text Example

White with #421530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421530; }

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

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

background-color css

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

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

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

border-color css

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

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

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