Html Css Color HEX #380127 Blackberry

📋 copy color: '#380127'

red 56 ◦ green 1 ◦ blue 39

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

Shades of Blackberry #380127

Tints of Blackberry #380127

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.04%

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

R = 58.33%
G = 1.04%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#380127 (or 0x380127) is known color: Blackberry. HEX triplet: 38, 01 and 27. RGB value is (56,1,39). Sum of RGB (Red+Green+Blue) = 56+1+39=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 39 (15.62% from 255 or 40.62% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #380127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380127 is #C7FED8. Grayscale: #151515. Windows color (decimal): -13106905 or 2556216. OLE color: 2556216.

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

Color convert

RGB 56 1 39 -
CMYK 0 0.98 0.30 0.78
HSL 318.55º 0.96% 0.11% -
HSV(B) 318.55º 0.98% 0.22% -
XYZ 2.01 1.01 2.01 -
YUV 21.78 137.72 152.41 -
System Red Green Blue C M Y K H S L
Decimal 56 1 39 0 0.98 0.30 0.78 318.55 0.96 0.11
Hex 38 1 27 0 62 1E 4E 13F 60 B
Octal 70 1 47 0 142 36 116 477 140 13
Binary 111000 1 100111 0 1100010 11110 1001110 100111111 1100000 1011

Color Harmonies of #380127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380127

Black with #380127

Text Example


Text Example

White with #380127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380127; }

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

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

background-color css

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

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

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

border-color css

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

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

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