Html Css Color HEX #390D22 Blackberry

📋 copy color: '#390D22'

red 57 ◦ green 13 ◦ blue 34

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

Shades of Blackberry #390D22

Tints of Blackberry #390D22

RGB

 RED value IS 57 (22.66% from 255) = 54.81%

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

 BLUE value IS 34 (13.67% from 255) = 32.69%

R = 54.81%
G = 12.5%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.78

RGB Variations

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

Color information

#390D22 (or 0x390D22) is known color: Blackberry. HEX triplet: 39, 0D and 22. RGB value is (57,13,34). Sum of RGB (Red+Green+Blue) = 57+13+34=104 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.81% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 57 - color contains mainly: red. Hex color #390D22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390D22 is #C6F2DD. Grayscale: #1C1C1C. Windows color (decimal): -13038302 or 2231609. OLE color: 2231609.

HSL color Cylindrical-coordinate representation of color #390D22: hue angle of 331.36º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #390D22 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 13 34 -
CMYK 0 0.77 0.40 0.78
HSL 331.36º 0.63% 0.14% -
HSV(B) 331.36º 0.77% 0.22% -
XYZ 2.12 1.27 1.65 -
YUV 28.55 131.08 148.29 -
System Red Green Blue C M Y K H S L
Decimal 57 13 34 0 0.77 0.40 0.78 331.36 0.63 0.14
Hex 39 D 22 0 4D 28 4E 14B 3F E
Octal 71 15 42 0 115 50 116 513 77 16
Binary 111001 1101 100010 0 1001101 101000 1001110 101001011 111111 1110

Color Harmonies of #390D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390D22

Black with #390D22

Text Example


Text Example

White with #390D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390D22; }

 p { color: rgb(57,13,34); }

 H1.HeaderClassName
 {
   color: #390D22;
 }
 .AnyTagClassName
 {
   color: #390D22;
 }
</style>

background-color css

<style>
 a { background-color: #390D22; }

 a { background-color: rgb(57,13,34); }

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

border-color css

<style>
 span { border-color: #390D22; }

 span { border-color: rgb(57,13,34); }

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