Html Css Color HEX #380027 Blackberry

📋 copy color: '#380027'

red 56 ◦ green 0 ◦ blue 39

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

Shades of Blackberry #380027

Tints of Blackberry #380027

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.95%
G = 0%
B = 41.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#380027 (or 0x380027) is known color: Blackberry. HEX triplet: 38, 00 and 27. RGB value is (56,0,39). Sum of RGB (Red+Green+Blue) = 56+0+39=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 39 (15.62% from 255 or 41.05% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #380027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380027 is #C7FFD8. Grayscale: #151515. Windows color (decimal): -13107161 or 2555960. OLE color: 2555960.

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

Color convert

RGB 56 0 39 -
CMYK 0 1 0.30 0.78
HSL 318.21º 1% 0.11% -
HSV(B) 318.21º 1% 0.22% -
XYZ 2 0.99 2 -
YUV 21.19 138.05 152.83 -
System Red Green Blue C M Y K H S L
Decimal 56 0 39 0 1 0.30 0.78 318.21 1 0.11
Hex 38 0 27 0 64 1E 4E 13E 64 B
Octal 70 0 47 0 144 36 116 476 144 13
Binary 111000 0 100111 0 1100100 11110 1001110 100111110 1100100 1011

Color Harmonies of #380027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380027

Black with #380027

Text Example


Text Example

White with #380027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380027; }

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

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

background-color css

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

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

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

border-color css

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

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

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