Html Css Color HEX #380827 Blackberry

📋 copy color: '#380827'

red 56 ◦ green 8 ◦ blue 39

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

Shades of Blackberry #380827

Tints of Blackberry #380827

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.77%

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

R = 54.37%
G = 7.77%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#380827 (or 0x380827) is known color: Blackberry. HEX triplet: 38, 08 and 27. RGB value is (56,8,39). Sum of RGB (Red+Green+Blue) = 56+8+39=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 39 (15.62% from 255 or 37.86% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #380827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380827 is #C7F7D8. Grayscale: #191919. Windows color (decimal): -13105113 or 2558008. OLE color: 2558008.

HSL color Cylindrical-coordinate representation of color #380827: hue angle of 321.25º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #380827 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 8 39 -
CMYK 0 0.86 0.30 0.78
HSL 321.25º 0.75% 0.13% -
HSV(B) 321.25º 0.86% 0.22% -
XYZ 2.08 1.16 2.03 -
YUV 25.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 56 8 39 0 0.86 0.30 0.78 321.25 0.75 0.13
Hex 38 8 27 0 56 1E 4E 141 4B D
Octal 70 10 47 0 126 36 116 501 113 15
Binary 111000 1000 100111 0 1010110 11110 1001110 101000001 1001011 1101

Color Harmonies of #380827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380827

Black with #380827

Text Example


Text Example

White with #380827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380827; }

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

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

background-color css

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

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

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

border-color css

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

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

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