Html Css Color HEX #381327 Blackberry

📋 copy color: '#381327'

red 56 ◦ green 19 ◦ blue 39

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

Shades of Blackberry #381327

Tints of Blackberry #381327

RGB

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

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

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

R = 49.12%
G = 16.67%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#381327 (or 0x381327) is known color: Blackberry. HEX triplet: 38, 13 and 27. RGB value is (56,19,39). Sum of RGB (Red+Green+Blue) = 56+19+39=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 39 (15.62% from 255 or 34.21% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #381327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381327 is #C7ECD8. Grayscale: #202020. Windows color (decimal): -13102297 or 2560824. OLE color: 2560824.

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

Color convert

RGB 56 19 39 -
CMYK 0 0.66 0.30 0.78
HSL 327.57º 0.49% 0.15% -
HSV(B) 327.57º 0.66% 0.22% -
XYZ 2.23 1.45 2.08 -
YUV 32.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 56 19 39 0 0.66 0.30 0.78 327.57 0.49 0.15
Hex 38 13 27 0 42 1E 4E 148 31 F
Octal 70 23 47 0 102 36 116 510 61 17
Binary 111000 10011 100111 0 1000010 11110 1001110 101001000 110001 1111

Color Harmonies of #381327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381327

Black with #381327

Text Example


Text Example

White with #381327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381327; }

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

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

background-color css

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

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

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

border-color css

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

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

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