Html Css Color HEX #3F0319 Blackberry

📋 copy color: '#3F0319'

red 63 ◦ green 3 ◦ blue 25

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

Shades of Blackberry #3F0319

Tints of Blackberry #3F0319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.3%

 BLUE value IS 25 (10.16% from 255) = 27.47%

R = 69.23%
G = 3.3%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#3F0319 (or 0x3F0319) is known color: Blackberry. HEX triplet: 3F, 03 and 19. RGB value is (63,3,25). Sum of RGB (Red+Green+Blue) = 63+3+25=91 (12% of max value = 765). Red value is 63 (25% from 255 or 69.23% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0319 is #C0FCE6. Grayscale: #171717. Windows color (decimal): -12647655 or 1639231. OLE color: 1639231.

HSL color Cylindrical-coordinate representation of color #3F0319: hue angle of 338º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0319 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 3 25 -
CMYK 0 0.95 0.60 0.75
HSL 338º 0.91% 0.13% -
HSV(B) 338º 0.95% 0.25% -
XYZ 2.26 1.19 1.03 -
YUV 23.45 128.88 156.21 -
System Red Green Blue C M Y K H S L
Decimal 63 3 25 0 0.95 0.60 0.75 338 0.91 0.13
Hex 3F 3 19 0 5F 3C 4B 152 5B D
Octal 77 3 31 0 137 74 113 522 133 15
Binary 111111 11 11001 0 1011111 111100 1001011 101010010 1011011 1101

Color Harmonies of #3F0319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0319

Black with #3F0319

Text Example


Text Example

White with #3F0319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,3,25); }

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

background-color css

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

 a { background-color: rgb(63,3,25); }

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

border-color css

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

 span { border-color: rgb(63,3,25); }

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