Html Css Color HEX #380E25 Blackberry

📋 copy color: '#380E25'

red 56 ◦ green 14 ◦ blue 37

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

Shades of Blackberry #380E25

Tints of Blackberry #380E25

RGB

 RED value IS 56 (22.27% from 255) = 52.34%

 GREEN value IS 14 (5.86% from 255) = 13.08%

 BLUE value IS 37 (14.84% from 255) = 34.58%

R = 52.34%
G = 13.08%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#380E25 (or 0x380E25) is known color: Blackberry. HEX triplet: 38, 0E and 25. RGB value is (56,14,37). Sum of RGB (Red+Green+Blue) = 56+14+37=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #380E25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E25 is #C7F1DA. Grayscale: #1D1D1D. Windows color (decimal): -13103579 or 2428472. OLE color: 2428472.

HSL color Cylindrical-coordinate representation of color #380E25: hue angle of 327.14º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #380E25 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 14 37 -
CMYK 0 0.75 0.34 0.78
HSL 327.14º 0.6% 0.14% -
HSV(B) 327.14º 0.75% 0.22% -
XYZ 2.12 1.29 1.89 -
YUV 29.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 56 14 37 0 0.75 0.34 0.78 327.14 0.6 0.14
Hex 38 E 25 0 4B 22 4E 147 3C E
Octal 70 16 45 0 113 42 116 507 74 16
Binary 111000 1110 100101 0 1001011 100010 1001110 101000111 111100 1110

Color Harmonies of #380E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380E25

Black with #380E25

Text Example


Text Example

White with #380E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380E25; }

 p { color: rgb(56,14,37); }

 H1.HeaderClassName
 {
   color: #380E25;
 }
 .AnyTagClassName
 {
   color: #380E25;
 }
</style>

background-color css

<style>
 a { background-color: #380E25; }

 a { background-color: rgb(56,14,37); }

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

border-color css

<style>
 span { border-color: #380E25; }

 span { border-color: rgb(56,14,37); }

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