Html Css Color HEX #3E0319 Blackberry

📋 copy color: '#3E0319'

red 62 ◦ green 3 ◦ blue 25

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

Shades of Blackberry #3E0319

Tints of Blackberry #3E0319

RGB

 RED value IS 62 (24.61% from 255) = 68.89%

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

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

R = 68.89%
G = 3.33%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.76

RGB Variations

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

Color information

#3E0319 (or 0x3E0319) is known color: Blackberry. HEX triplet: 3E, 03 and 19. RGB value is (62,3,25). Sum of RGB (Red+Green+Blue) = 62+3+25=90 (11% of max value = 765). Red value is 62 (24.61% from 255 or 68.89% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0319 is #C1FCE6. Grayscale: #171717. Windows color (decimal): -12713191 or 1639230. OLE color: 1639230.

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

Color convert

RGB 62 3 25 -
CMYK 0 0.95 0.60 0.76
HSL 337.63º 0.91% 0.13% -
HSV(B) 337.63º 0.95% 0.24% -
XYZ 2.19 1.16 1.03 -
YUV 23.15 129.05 155.71 -
System Red Green Blue C M Y K H S L
Decimal 62 3 25 0 0.95 0.60 0.76 337.63 0.91 0.13
Hex 3E 3 19 0 5F 3C 4C 152 5B D
Octal 76 3 31 0 137 74 114 522 133 15
Binary 111110 11 11001 0 1011111 111100 1001100 101010010 1011011 1101

Color Harmonies of #3E0319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0319

Black with #3E0319

Text Example


Text Example

White with #3E0319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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