Html Css Color HEX #380923 Blackberry

📋 copy color: '#380923'

red 56 ◦ green 9 ◦ blue 35

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

Shades of Blackberry #380923

Tints of Blackberry #380923

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9%

 BLUE value IS 35 (14.06% from 255) = 35%

R = 56%
G = 9%
B = 35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.78

RGB Variations

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

Color information

#380923 (or 0x380923) is known color: Blackberry. HEX triplet: 38, 09 and 23. RGB value is (56,9,35). Sum of RGB (Red+Green+Blue) = 56+9+35=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 35 (14.06% from 255 or 35% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #380923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380923 is #C7F6DC. Grayscale: #191919. Windows color (decimal): -13104861 or 2296120. OLE color: 2296120.

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

Color convert

RGB 56 9 35 -
CMYK 0 0.84 0.37 0.78
HSL 326.81º 0.72% 0.13% -
HSV(B) 326.81º 0.84% 0.22% -
XYZ 2.03 1.16 1.71 -
YUV 26.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 56 9 35 0 0.84 0.37 0.78 326.81 0.72 0.13
Hex 38 9 23 0 54 25 4E 147 48 D
Octal 70 11 43 0 124 45 116 507 110 15
Binary 111000 1001 100011 0 1010100 100101 1001110 101000111 1001000 1101

Color Harmonies of #380923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380923

Black with #380923

Text Example


Text Example

White with #380923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380923; }

 p { color: rgb(56,9,35); }

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

background-color css

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

 a { background-color: rgb(56,9,35); }

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

border-color css

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

 span { border-color: rgb(56,9,35); }

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