Html Css Color HEX #30011F Blackberry

📋 copy color: '#30011F'

red 48 ◦ green 1 ◦ blue 31

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

Shades of Blackberry #30011F

Tints of Blackberry #30011F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.25%

 BLUE value IS 31 (12.5% from 255) = 38.75%

R = 60%
G = 1.25%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#30011F (or 0x30011F) is known color: Blackberry. HEX triplet: 30, 01 and 1F. RGB value is (48,1,31). Sum of RGB (Red+Green+Blue) = 48+1+31=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #30011F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30011F is #CFFEE0. Grayscale: #121212. Windows color (decimal): -13631201 or 2031920. OLE color: 2031920.

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

Color convert

RGB 48 1 31 -
CMYK 0 0.98 0.35 0.81
HSL 321.7º 0.96% 0.1% -
HSV(B) 321.7º 0.98% 0.19% -
XYZ 1.48 0.75 1.36 -
YUV 18.47 135.07 149.06 -
System Red Green Blue C M Y K H S L
Decimal 48 1 31 0 0.98 0.35 0.81 321.7 0.96 0.1
Hex 30 1 1F 0 62 23 51 142 60 A
Octal 60 1 37 0 142 43 121 502 140 12
Binary 110000 1 11111 0 1100010 100011 1010001 101000010 1100000 1010

Color Harmonies of #30011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30011F

Black with #30011F

Text Example


Text Example

White with #30011F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30011F; }

 p { color: rgb(48,1,31); }

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

background-color css

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

 a { background-color: rgb(48,1,31); }

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

border-color css

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

 span { border-color: rgb(48,1,31); }

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