Html Css Color HEX #380D27 Blackberry

📋 copy color: '#380D27'

red 56 ◦ green 13 ◦ blue 39

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

Shades of Blackberry #380D27

Tints of Blackberry #380D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 36.11%

R = 51.85%
G = 12.04%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#380D27 (or 0x380D27) is known color: Blackberry. HEX triplet: 38, 0D and 27. RGB value is (56,13,39). Sum of RGB (Red+Green+Blue) = 56+13+39=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 39 (15.62% from 255 or 36.11% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #380D27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D27 is #C7F2D8. Grayscale: #1C1C1C. Windows color (decimal): -13103833 or 2559288. OLE color: 2559288.

HSL color Cylindrical-coordinate representation of color #380D27: hue angle of 323.72º degrees, saturation: 0.62, 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 #380D27 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 13 39 -
CMYK 0 0.77 0.30 0.78
HSL 323.72º 0.62% 0.14% -
HSV(B) 323.72º 0.77% 0.22% -
XYZ 2.14 1.28 2.05 -
YUV 28.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 56 13 39 0 0.77 0.30 0.78 323.72 0.62 0.14
Hex 38 D 27 0 4D 1E 4E 144 3E E
Octal 70 15 47 0 115 36 116 504 76 16
Binary 111000 1101 100111 0 1001101 11110 1001110 101000100 111110 1110

Color Harmonies of #380D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380D27

Black with #380D27

Text Example


Text Example

White with #380D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,13,39); }

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

background-color css

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

 a { background-color: rgb(56,13,39); }

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

border-color css

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

 span { border-color: rgb(56,13,39); }

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