Html Css Color HEX #3E1334 Blackberry

📋 copy color: '#3E1334'

red 62 ◦ green 19 ◦ blue 52

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

Shades of Blackberry #3E1334

Tints of Blackberry #3E1334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 39.1%

R = 46.62%
G = 14.29%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.76

RGB Variations

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

Color information

#3E1334 (or 0x3E1334) is known color: Blackberry. HEX triplet: 3E, 13 and 34. RGB value is (62,19,52). Sum of RGB (Red+Green+Blue) = 62+19+52=133 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.62% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 52 (20.70% from 255 or 39.10% from 133); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1334 is #C1ECCB. Grayscale: #232323. Windows color (decimal): -12709068 or 3412798. OLE color: 3412798.

HSL color Cylindrical-coordinate representation of color #3E1334: hue angle of 313.95º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E1334 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 19 52 -
CMYK 0 0.69 0.16 0.76
HSL 313.95º 0.53% 0.16% -
HSV(B) 313.95º 0.69% 0.24% -
XYZ 2.84 1.74 3.43 -
YUV 35.62 137.25 146.82 -
System Red Green Blue C M Y K H S L
Decimal 62 19 52 0 0.69 0.16 0.76 313.95 0.53 0.16
Hex 3E 13 34 0 45 10 4C 13A 35 10
Octal 76 23 64 0 105 20 114 472 65 20
Binary 111110 10011 110100 0 1000101 10000 1001100 100111010 110101 10000

Color Harmonies of #3E1334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1334

Black with #3E1334

Text Example


Text Example

White with #3E1334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,19,52); }

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

background-color css

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

 a { background-color: rgb(62,19,52); }

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

border-color css

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

 span { border-color: rgb(62,19,52); }

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