Html Css Color HEX #30021D Blackberry

📋 copy color: '#30021D'

red 48 ◦ green 2 ◦ blue 29

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

Shades of Blackberry #30021D

Tints of Blackberry #30021D

RGB

 RED value IS 48 (19.14% from 255) = 60.76%

 GREEN value IS 2 (1.17% from 255) = 2.53%

 BLUE value IS 29 (11.72% from 255) = 36.71%

R = 60.76%
G = 2.53%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.81

RGB Variations

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

Color information

#30021D (or 0x30021D) is known color: Blackberry. HEX triplet: 30, 02 and 1D. RGB value is (48,2,29). Sum of RGB (Red+Green+Blue) = 48+2+29=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #30021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30021D is #CFFDE2. Grayscale: #121212. Windows color (decimal): -13630947 or 1901104. OLE color: 1901104.

HSL color Cylindrical-coordinate representation of color #30021D: hue angle of 324.78º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30021D is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 2 29 -
CMYK 0 0.96 0.40 0.81
HSL 324.78º 0.92% 0.1% -
HSV(B) 324.78º 0.96% 0.19% -
XYZ 1.46 0.76 1.23 -
YUV 18.83 133.74 148.8 -
System Red Green Blue C M Y K H S L
Decimal 48 2 29 0 0.96 0.40 0.81 324.78 0.92 0.1
Hex 30 2 1D 0 60 28 51 145 5C A
Octal 60 2 35 0 140 50 121 505 134 12
Binary 110000 10 11101 0 1100000 101000 1010001 101000101 1011100 1010

Color Harmonies of #30021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30021D

Black with #30021D

Text Example


Text Example

White with #30021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30021D; }

 p { color: rgb(48,2,29); }

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

background-color css

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

 a { background-color: rgb(48,2,29); }

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

border-color css

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

 span { border-color: rgb(48,2,29); }

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