Html Css Color HEX #380327 Blackberry

📋 copy color: '#380327'

red 56 ◦ green 3 ◦ blue 39

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

Shades of Blackberry #380327

Tints of Blackberry #380327

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.06%

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

R = 57.14%
G = 3.06%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#380327 (or 0x380327) is known color: Blackberry. HEX triplet: 38, 03 and 27. RGB value is (56,3,39). Sum of RGB (Red+Green+Blue) = 56+3+39=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 39 (15.62% from 255 or 39.80% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #380327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380327 is #C7FCD8. Grayscale: #161616. Windows color (decimal): -13106393 or 2556728. OLE color: 2556728.

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

Color convert

RGB 56 3 39 -
CMYK 0 0.95 0.30 0.78
HSL 319.25º 0.9% 0.12% -
HSV(B) 319.25º 0.95% 0.22% -
XYZ 2.03 1.05 2.02 -
YUV 22.95 137.06 151.57 -
System Red Green Blue C M Y K H S L
Decimal 56 3 39 0 0.95 0.30 0.78 319.25 0.9 0.12
Hex 38 3 27 0 5F 1E 4E 13F 5A C
Octal 70 3 47 0 137 36 116 477 132 14
Binary 111000 11 100111 0 1011111 11110 1001110 100111111 1011010 1100

Color Harmonies of #380327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380327

Black with #380327

Text Example


Text Example

White with #380327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380327; }

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

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

background-color css

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

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

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

border-color css

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

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

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