Html Css Color HEX #30061F Blackberry

📋 copy color: '#30061F'

red 48 ◦ green 6 ◦ blue 31

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

Shades of Blackberry #30061F

Tints of Blackberry #30061F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.06%

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

R = 56.47%
G = 7.06%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#30061F (or 0x30061F) is known color: Blackberry. HEX triplet: 30, 06 and 1F. RGB value is (48,6,31). Sum of RGB (Red+Green+Blue) = 48+6+31=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 6 (2.73% from 255 or 7.06% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #30061F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30061F is #CFF9E0. Grayscale: #151515. Windows color (decimal): -13629921 or 2033200. OLE color: 2033200.

HSL color Cylindrical-coordinate representation of color #30061F: hue angle of 324.29º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30061F is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 6 31 -
CMYK 0 0.87 0.35 0.81
HSL 324.29º 0.78% 0.11% -
HSV(B) 324.29º 0.88% 0.19% -
XYZ 1.53 0.86 1.38 -
YUV 21.41 133.41 146.97 -
System Red Green Blue C M Y K H S L
Decimal 48 6 31 0 0.87 0.35 0.81 324.29 0.78 0.11
Hex 30 6 1F 0 57 23 51 144 4E B
Octal 60 6 37 0 127 43 121 504 116 13
Binary 110000 110 11111 0 1010111 100011 1010001 101000100 1001110 1011

Color Harmonies of #30061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30061F

Black with #30061F

Text Example


Text Example

White with #30061F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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