Html Css Color HEX #3F0D30 Blackberry

📋 copy color: '#3F0D30'

red 63 ◦ green 13 ◦ blue 48

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

Shades of Blackberry #3F0D30

Tints of Blackberry #3F0D30

RGB

 RED value IS 63 (25% from 255) = 50.81%

 GREEN value IS 13 (5.47% from 255) = 10.48%

 BLUE value IS 48 (19.14% from 255) = 38.71%

R = 50.81%
G = 10.48%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.75

RGB Variations

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

Color information

#3F0D30 (or 0x3F0D30) is known color: Blackberry. HEX triplet: 3F, 0D and 30. RGB value is (63,13,48). Sum of RGB (Red+Green+Blue) = 63+13+48=124 (16% of max value = 765). Red value is 63 (25% from 255 or 50.81% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 48 (19.14% from 255 or 38.71% from 124); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0D30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0D30 is #C0F2CF. Grayscale: #1F1F1F. Windows color (decimal): -12645072 or 3149119. OLE color: 3149119.

HSL color Cylindrical-coordinate representation of color #3F0D30: hue angle of 318º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F0D30 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 13 48 -
CMYK 0 0.79 0.24 0.75
HSL 318º 0.66% 0.15% -
HSV(B) 318º 0.79% 0.25% -
XYZ 2.73 1.56 2.95 -
YUV 31.94 137.07 150.15 -
System Red Green Blue C M Y K H S L
Decimal 63 13 48 0 0.79 0.24 0.75 318 0.66 0.15
Hex 3F D 30 0 4F 18 4B 13E 42 F
Octal 77 15 60 0 117 30 113 476 102 17
Binary 111111 1101 110000 0 1001111 11000 1001011 100111110 1000010 1111

Color Harmonies of #3F0D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0D30

Black with #3F0D30

Text Example


Text Example

White with #3F0D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F0D30; }

 p { color: rgb(63,13,48); }

 H1.HeaderClassName
 {
   color: #3F0D30;
 }
 .AnyTagClassName
 {
   color: #3F0D30;
 }
</style>

background-color css

<style>
 a { background-color: #3F0D30; }

 a { background-color: rgb(63,13,48); }

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

border-color css

<style>
 span { border-color: #3F0D30; }

 span { border-color: rgb(63,13,48); }

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