Html Css Color HEX #30131F Blackberry

📋 copy color: '#30131F'

red 48 ◦ green 19 ◦ blue 31

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

Shades of Blackberry #30131F

Tints of Blackberry #30131F

RGB

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

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

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

R = 48.98%
G = 19.39%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#30131F (or 0x30131F) is known color: Blackberry. HEX triplet: 30, 13 and 1F. RGB value is (48,19,31). Sum of RGB (Red+Green+Blue) = 48+19+31=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #30131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30131F is #CFECE0. Grayscale: #1D1D1D. Windows color (decimal): -13626593 or 2036528. OLE color: 2036528.

HSL color Cylindrical-coordinate representation of color #30131F: hue angle of 335.17º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30131F is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 19 31 -
CMYK 0 0.60 0.35 0.81
HSL 335.17º 0.43% 0.13% -
HSV(B) 335.17º 0.6% 0.19% -
XYZ 1.7 1.19 1.44 -
YUV 29.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 48 19 31 0 0.60 0.35 0.81 335.17 0.43 0.13
Hex 30 13 1F 0 3C 23 51 14F 2B D
Octal 60 23 37 0 74 43 121 517 53 15
Binary 110000 10011 11111 0 111100 100011 1010001 101001111 101011 1101

Color Harmonies of #30131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30131F

Black with #30131F

Text Example


Text Example

White with #30131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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