Html Css Color HEX #30051D Blackberry

📋 copy color: '#30051D'

red 48 ◦ green 5 ◦ blue 29

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

Shades of Blackberry #30051D

Tints of Blackberry #30051D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.1%

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

R = 58.54%
G = 6.1%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.81

RGB Variations

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

Color information

#30051D (or 0x30051D) is known color: Blackberry. HEX triplet: 30, 05 and 1D. RGB value is (48,5,29). Sum of RGB (Red+Green+Blue) = 48+5+29=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 29 (11.72% from 255 or 35.37% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #30051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30051D is #CFFAE2. Grayscale: #141414. Windows color (decimal): -13630179 or 1901872. OLE color: 1901872.

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

Color convert

RGB 48 5 29 -
CMYK 0 0.90 0.40 0.81
HSL 326.51º 0.81% 0.1% -
HSV(B) 326.51º 0.9% 0.19% -
XYZ 1.49 0.83 1.24 -
YUV 20.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 48 5 29 0 0.90 0.40 0.81 326.51 0.81 0.1
Hex 30 5 1D 0 5A 28 51 147 51 A
Octal 60 5 35 0 132 50 121 507 121 12
Binary 110000 101 11101 0 1011010 101000 1010001 101000111 1010001 1010

Color Harmonies of #30051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30051D

Black with #30051D

Text Example


Text Example

White with #30051D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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